[AnchorMC] Allow for any additional option for sim WF#1463
[AnchorMC] Allow for any additional option for sim WF#1463benedikt-voelkel merged 1 commit intoAliceO2Group:masterfrom
Conversation
bf9f97d to
8ea1657
Compare
f6e2c2f to
901a0c8
Compare
|
As an example, I tested with ALIEN_JDL_SIM_OPTIONS="-gen external -proc cdiff -ini ${O2DPG_ROOT}/MC/config/PWGLF/ini/GeneratorLFStrangenessTriggered.ini"and it runs through just fine. |
Use as ALIEN_JDL_SIM_OPTIONS="-ini <ini_file> -confKey "key=value;otherKey=otherValue" -trigger <trigger_file> -productionTag myTag" Build the final remainingargs by prepedning it. The last argument wins, hence in this case -productionTag would not be overwritten with this user choice
901a0c8 to
c3c01c9
Compare
|
@chiarazampolli |
|
Note that the name was changed to |
|
Done. When we merge, we can change the commit message accordingly |
|
Hello, I think we cannot have "_" in the JDL var, so Chiara |
|
Ciao Chiara, With the current code it is no longer a problem. Tested with this job that produced this output. So underscores are no longer an issue. Cheers, .costin |
|
Good to know, thanks! Chiara |
) Use as ALIEN_JDL_ANCHOR_SIM_OPTIONS="-ini <ini_file> -confKey "key=value;otherKey=otherValue" -trigger <trigger_file> -productionTag myTag" Build the final remainingargs by prepending it. The last argument wins, hence in this case -productionTag would not be overwritten with this user choice Co-authored-by: Benedikt Volkel <benedikt.volkel@cern.ch>
Use as ALIEN_JDL_ANCHOR_SIM_OPTIONS="-ini <ini_file> -confKey "key=value;otherKey=otherValue" -trigger <trigger_file> -productionTag myTag" Build the final remainingargs by prepending it. The last argument wins, hence in this case -productionTag would not be overwritten with this user choice Co-authored-by: Benedikt Volkel <benedikt.volkel@cern.ch>
Use as ALIEN_JDL_ANCHOR_SIM_OPTIONS="-ini <ini_file> -confKey "key=value;otherKey=otherValue" -trigger <trigger_file> -productionTag myTag" Build the final remainingargs by prepending it. The last argument wins, hence in this case -productionTag would not be overwritten with this user choice Co-authored-by: Benedikt Volkel <benedikt.volkel@cern.ch>
Use as ALIEN_JDL_ANCHOR_SIM_OPTIONS="-ini <ini_file> -confKey
"key=value;otherKey=otherValue" -trigger <trigger_file>
-productionTag myTag"
Build the final remainingargs by prepedning it.
The last argument wins, hence in this case -productionTag would not be
overwritten with this user choice